[INFO] fetching crate switchy_async 0.3.0...
[INFO] fixing switchy_async-0.3.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate switchy_async 0.3.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate switchy_async 0.3.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate switchy_async 0.3.0
[INFO] tweaked toml for crates.io crate switchy_async 0.3.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate switchy_async 0.3.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate switchy_async 0.3.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded switchy_async_macros v0.3.0
[INFO] [stderr]   Downloaded switchy_random v0.3.0
[INFO] [stderr]   Downloaded switchy_time v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6
[INFO] running `Command { std: "docker" "start" "7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking flume v0.12.0
[INFO] [stderr]     Checking switchy_random v0.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling switchy_async_macros v0.3.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking switchy_async v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `switchy_time`
[INFO] [stdout]   --> src/simulator/futures.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use switchy_time::{instant_now, now};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> src/simulator/time.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub use switchy_time::simulator::with_real_time;
[INFO] [stdout]    |             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `switchy_time`
[INFO] [stdout]   --> src/simulator/sync/mpmc/flume.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use switchy_time::instant_now;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]    --> src/tokio/runtime.rs:310:9
[INFO] [stdout]     |
[INFO] [stdout] 310 |     use pretty_assertions::{assert_eq, assert_ne};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `pretty_assertions`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pretty_assertions`, use `cargo add pretty_assertions` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `switchy_time`
[INFO] [stdout]   --> src/simulator/futures.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use switchy_time::{instant_now, now};
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> src/simulator/time.rs:19:13
[INFO] [stdout]    |
[INFO] [stdout] 19 |     pub use switchy_time::simulator::with_real_time;
[INFO] [stdout]    |             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `switchy_time`
[INFO] [stdout]   --> src/simulator/sync/mpmc/flume.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use switchy_time::instant_now;
[INFO] [stdout]    |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `pretty_assertions`
[INFO] [stdout]    --> src/simulator/runtime.rs:820:9
[INFO] [stdout]     |
[INFO] [stdout] 820 |     use pretty_assertions::{assert_eq, assert_ne};
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `pretty_assertions`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `pretty_assertions`, use `cargo add pretty_assertions` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `switchy_time`
[INFO] [stdout]    --> src/simulator/mod.rs:337:13
[INFO] [stdout]     |
[INFO] [stdout] 337 |         use switchy_time::instant_now;
[INFO] [stdout]     |             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/tokio/util.rs:69:7
[INFO] [stdout]    |
[INFO] [stdout] 69 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]   --> src/tokio/util.rs:87:7
[INFO] [stdout]    |
[INFO] [stdout] 87 |     #[test_log::test]
[INFO] [stdout]    |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/tokio/util.rs:111:7
[INFO] [stdout]     |
[INFO] [stdout] 111 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:353:7
[INFO] [stdout]     |
[INFO] [stdout] 353 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:359:7
[INFO] [stdout]     |
[INFO] [stdout] 359 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:374:7
[INFO] [stdout]     |
[INFO] [stdout] 374 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:394:7
[INFO] [stdout]     |
[INFO] [stdout] 394 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:400:7
[INFO] [stdout]     |
[INFO] [stdout] 400 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:411:7
[INFO] [stdout]     |
[INFO] [stdout] 411 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:417:7
[INFO] [stdout]     |
[INFO] [stdout] 417 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:424:7
[INFO] [stdout]     |
[INFO] [stdout] 424 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:437:7
[INFO] [stdout]     |
[INFO] [stdout] 437 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:450:7
[INFO] [stdout]     |
[INFO] [stdout] 450 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:457:7
[INFO] [stdout]     |
[INFO] [stdout] 457 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:464:7
[INFO] [stdout]     |
[INFO] [stdout] 464 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:471:7
[INFO] [stdout]     |
[INFO] [stdout] 471 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:484:7
[INFO] [stdout]     |
[INFO] [stdout] 484 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:496:7
[INFO] [stdout]     |
[INFO] [stdout] 496 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:520:7
[INFO] [stdout]     |
[INFO] [stdout] 520 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:553:7
[INFO] [stdout]     |
[INFO] [stdout] 553 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:580:7
[INFO] [stdout]     |
[INFO] [stdout] 580 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:830:7
[INFO] [stdout]     |
[INFO] [stdout] 830 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:843:7
[INFO] [stdout]     |
[INFO] [stdout] 843 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:867:7
[INFO] [stdout]     |
[INFO] [stdout] 867 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:881:7
[INFO] [stdout]     |
[INFO] [stdout] 881 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:895:7
[INFO] [stdout]     |
[INFO] [stdout] 895 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:908:7
[INFO] [stdout]     |
[INFO] [stdout] 908 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:928:7
[INFO] [stdout]     |
[INFO] [stdout] 928 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:934:7
[INFO] [stdout]     |
[INFO] [stdout] 934 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:946:7
[INFO] [stdout]     |
[INFO] [stdout] 946 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:958:7
[INFO] [stdout]     |
[INFO] [stdout] 958 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:973:7
[INFO] [stdout]     |
[INFO] [stdout] 973 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/runtime.rs:986:7
[INFO] [stdout]     |
[INFO] [stdout] 986 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1002:7
[INFO] [stdout]      |
[INFO] [stdout] 1002 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1014:7
[INFO] [stdout]      |
[INFO] [stdout] 1014 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1026:7
[INFO] [stdout]      |
[INFO] [stdout] 1026 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1047:7
[INFO] [stdout]      |
[INFO] [stdout] 1047 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1066:7
[INFO] [stdout]      |
[INFO] [stdout] 1066 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1091:7
[INFO] [stdout]      |
[INFO] [stdout] 1091 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1116:7
[INFO] [stdout]      |
[INFO] [stdout] 1116 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1137:7
[INFO] [stdout]      |
[INFO] [stdout] 1137 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/runtime.rs:1143:7
[INFO] [stdout]      |
[INFO] [stdout] 1143 |     #[test_log::test]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/sync/mpmc/flume.rs:1001:7
[INFO] [stdout]      |
[INFO] [stdout] 1001 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/sync/mpmc/flume.rs:1011:7
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/sync/mpmc/flume.rs:1022:7
[INFO] [stdout]      |
[INFO] [stdout] 1022 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]     --> src/simulator/sync/mpmc/flume.rs:1032:7
[INFO] [stdout]      |
[INFO] [stdout] 1032 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]      |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:292:7
[INFO] [stdout]     |
[INFO] [stdout] 292 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:304:7
[INFO] [stdout]     |
[INFO] [stdout] 304 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:313:7
[INFO] [stdout]     |
[INFO] [stdout] 313 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:325:7
[INFO] [stdout]     |
[INFO] [stdout] 325 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:337:7
[INFO] [stdout]     |
[INFO] [stdout] 337 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:348:7
[INFO] [stdout]     |
[INFO] [stdout] 348 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:361:7
[INFO] [stdout]     |
[INFO] [stdout] 361 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:375:7
[INFO] [stdout]     |
[INFO] [stdout] 375 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:385:7
[INFO] [stdout]     |
[INFO] [stdout] 385 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:396:7
[INFO] [stdout]     |
[INFO] [stdout] 396 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:406:7
[INFO] [stdout]     |
[INFO] [stdout] 406 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:418:7
[INFO] [stdout]     |
[INFO] [stdout] 418 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:428:7
[INFO] [stdout]     |
[INFO] [stdout] 428 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/sync/mpsc/mod.rs:441:7
[INFO] [stdout]     |
[INFO] [stdout] 441 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:117:7
[INFO] [stdout]     |
[INFO] [stdout] 117 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:129:7
[INFO] [stdout]     |
[INFO] [stdout] 129 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:145:7
[INFO] [stdout]     |
[INFO] [stdout] 145 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:163:7
[INFO] [stdout]     |
[INFO] [stdout] 163 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:190:7
[INFO] [stdout]     |
[INFO] [stdout] 190 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:223:7
[INFO] [stdout]     |
[INFO] [stdout] 223 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:261:7
[INFO] [stdout]     |
[INFO] [stdout] 261 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:274:7
[INFO] [stdout]     |
[INFO] [stdout] 274 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:288:7
[INFO] [stdout]     |
[INFO] [stdout] 288 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:305:7
[INFO] [stdout]     |
[INFO] [stdout] 305 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:320:7
[INFO] [stdout]     |
[INFO] [stdout] 320 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:334:7
[INFO] [stdout]     |
[INFO] [stdout] 334 |     #[test_log::test(crate::internal_test(real_time))]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:372:7
[INFO] [stdout]     |
[INFO] [stdout] 372 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:391:7
[INFO] [stdout]     |
[INFO] [stdout] 391 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:419:7
[INFO] [stdout]     |
[INFO] [stdout] 419 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/lib.rs:345:7
[INFO] [stdout]     |
[INFO] [stdout] 345 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/lib.rs:374:7
[INFO] [stdout]     |
[INFO] [stdout] 374 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/lib.rs:385:7
[INFO] [stdout]     |
[INFO] [stdout] 385 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/lib.rs:396:7
[INFO] [stdout]     |
[INFO] [stdout] 396 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/lib.rs:404:7
[INFO] [stdout]     |
[INFO] [stdout] 404 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `test_log` in this scope
[INFO] [stdout]    --> src/lib.rs:418:7
[INFO] [stdout]     |
[INFO] [stdout] 418 |     #[test_log::test]
[INFO] [stdout]     |       ^^^^^^^^ use of unresolved module or unlinked crate `test_log`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> src/simulator/futures.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |             now: switchy_time::now(),
[INFO] [stdout]    |                  ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> src/simulator/futures.rs:66:28
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let duration = switchy_time::now().duration_since(*this.now).unwrap();
[INFO] [stdout]    |                            ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:167:46
[INFO] [stdout]     |
[INFO] [stdout] 167 |             let now = system_time_to_instant(switchy_time::now()).unwrap();
[INFO] [stdout]     |                                              ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:215:18
[INFO] [stdout]     |
[INFO] [stdout] 215 |             now: switchy_time::now(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:228:45
[INFO] [stdout]     |
[INFO] [stdout] 228 |         Instant::new(system_time_to_instant(switchy_time::now() + self.interval).unwrap())
[INFO] [stdout]     |                                             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |         self.now = switchy_time::now();
[INFO] [stdout]     |                    ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:248:24
[INFO] [stdout]     |
[INFO] [stdout] 248 |             self.now = switchy_time::now();
[INFO] [stdout]     |                        ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:254:28
[INFO] [stdout]     |
[INFO] [stdout] 254 |             let duration = switchy_time::now().duration_since(self.now).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:257:54
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 let instant = system_time_to_instant(switchy_time::now()).unwrap();
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:119:9
[INFO] [stdout]     |
[INFO] [stdout] 119 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 119 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 119 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:131:9
[INFO] [stdout]     |
[INFO] [stdout] 131 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 131 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 131 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:147:9
[INFO] [stdout]     |
[INFO] [stdout] 147 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 147 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 147 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:167:9
[INFO] [stdout]     |
[INFO] [stdout] 167 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 167 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 167 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:194:9
[INFO] [stdout]     |
[INFO] [stdout] 194 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 194 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 194 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:227:9
[INFO] [stdout]     |
[INFO] [stdout] 227 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 227 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 227 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:374:9
[INFO] [stdout]     |
[INFO] [stdout] 374 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 374 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 374 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:393:9
[INFO] [stdout]     |
[INFO] [stdout] 393 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 393 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 393 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:421:9
[INFO] [stdout]     |
[INFO] [stdout] 421 |         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout]     |         ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing this module
[INFO] [stdout]     |
[INFO] [stdout] 110 +     use crate::time::simulator;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `simulator`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 421 -         switchy_time::simulator::with_real_time(|| {
[INFO] [stdout] 421 +         simulator::with_real_time(|| {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `switchy_async` (lib) due to 12 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> src/simulator/futures.rs:42:18
[INFO] [stdout]    |
[INFO] [stdout] 42 |             now: switchy_time::now(),
[INFO] [stdout]    |                  ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]   --> src/simulator/futures.rs:66:28
[INFO] [stdout]    |
[INFO] [stdout] 66 |             let duration = switchy_time::now().duration_since(*this.now).unwrap();
[INFO] [stdout]    |                            ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:167:46
[INFO] [stdout]     |
[INFO] [stdout] 167 |             let now = system_time_to_instant(switchy_time::now()).unwrap();
[INFO] [stdout]     |                                              ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:215:18
[INFO] [stdout]     |
[INFO] [stdout] 215 |             now: switchy_time::now(),
[INFO] [stdout]     |                  ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:228:45
[INFO] [stdout]     |
[INFO] [stdout] 228 |         Instant::new(system_time_to_instant(switchy_time::now() + self.interval).unwrap())
[INFO] [stdout]     |                                             ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:235:20
[INFO] [stdout]     |
[INFO] [stdout] 235 |         self.now = switchy_time::now();
[INFO] [stdout]     |                    ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:248:24
[INFO] [stdout]     |
[INFO] [stdout] 248 |             self.now = switchy_time::now();
[INFO] [stdout]     |                        ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:254:28
[INFO] [stdout]     |
[INFO] [stdout] 254 |             let duration = switchy_time::now().duration_since(self.now).unwrap();
[INFO] [stdout]     |                            ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:257:54
[INFO] [stdout]     |
[INFO] [stdout] 257 |                 let instant = system_time_to_instant(switchy_time::now()).unwrap();
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:388:24
[INFO] [stdout]     |
[INFO] [stdout] 388 |         interval.now = switchy_time::now() - Duration::from_millis(2);
[INFO] [stdout]     |                        ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:427:19
[INFO] [stdout]     |
[INFO] [stdout] 427 |         let now = switchy_time::now();
[INFO] [stdout]     |                   ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:440:19
[INFO] [stdout]     |
[INFO] [stdout] 440 |         let now = switchy_time::now();
[INFO] [stdout]     |                   ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:533:24
[INFO] [stdout]     |
[INFO] [stdout] 533 |         interval.now = switchy_time::now()
[INFO] [stdout]     |                        ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/futures.rs:569:30
[INFO] [stdout]     |
[INFO] [stdout] 569 |             *projected.now = switchy_time::now() - Duration::from_millis(2);
[INFO] [stdout]     |                              ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:355:26
[INFO] [stdout]     |
[INFO] [stdout] 355 |         let start_time = switchy_time::now();
[INFO] [stdout]     |                          ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `switchy_time` in this scope
[INFO] [stdout]    --> src/simulator/mod.rs:366:24
[INFO] [stdout]     |
[INFO] [stdout] 366 |         let end_time = switchy_time::now();
[INFO] [stdout]     |                        ^^^^^^^^^^^^ use of unresolved module or unlinked crate `switchy_time`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `switchy_time`, use `cargo add switchy_time` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `switchy_async` (lib test) due to 112 previous errors
[INFO] running `Command { std: "docker" "inspect" "7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6", kill_on_drop: false }`
[INFO] [stdout] 7b32dbfce25550fda2f1afa2b38731e2da64ee71231e689ffde193d77118b5a6
